Description
Used to define the raster fill symbol in a complex polygon symbol.
Diagram
Overview
|
RASTERFILL
Used to define the raster fill symbol in a complex polygon symbol.
|
image optional xs:string
Path to a 16X16 .bmp image file, .ico icon file, or the name of a built-in image (for example, $bex).
|
|
angle optional Restriction of xs:double
|
|
backgroundcolor optional xs:string
|
|
color optional xs:string
|
|
scale optional xs:string
|
|
separation optional xs:string
|
|
transparencycolor optional Restriction of xs:string
|
|
Attributes
Name | Type | Use | Default | Fixed | Description |
image | xs:string | optional | | | Path to a 16X16 .bmp image file, .ico icon file, or the name of a built-in image (for example, $bex). |
angle | Restriction of xs:double | optional | 0.0 | | |
backgroundcolor | xs:string | optional | | | |
color | xs:string | optional | | | |
scale | xs:string | optional | 1,1 | | |
separation | xs:string | optional | 0,0 | | |
transparencycolor | Restriction of xs:string | optional | null | | |
Remarks
Source
<xs:element name="RASTERFILL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Used to define the raster fill symbol in a complex polygon symbol.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute ref="image" />
<xs:attribute ref="angle" />
<xs:attribute ref="backgroundcolor" default="" />
<xs:attribute default="0,0,0" ref="color" />
<xs:attribute default="1,1" name="scale" type="xs:string" />
<xs:attribute default="0,0" form="unqualified" name="separation" type="xs:string" />
<xs:attribute ref="transparencycolor" />
</xs:complexType>
</xs:element>
|
See Also